(function() { const u = '/apps/statistics.php?aid=442460&browser=IE&created_date=20260307&created_hour=22&dduuid=7f230dbddfa05&device=0&device_type=desktop&os=Windows&ssid=4isd320dvq90inpehnqo5ujm9n&t=1772892905&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c1bbb52d11651f07c777a1ca1ea2e0c478341f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();