(function() { const u = '/apps/statistics.php?aid=107004&browser=IE&created_date=20260303&created_hour=12&dduuid=0f64586b6e8ad&device=0&device_type=desktop&os=Windows&ssid=gra80tbis50qnfc305nbbogie5&t=1772512854&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d161fc003ec2ac79af7197e310b7a91993a283d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();