(function() { const u = '/apps/statistics.php?aid=443869&browser=IE&created_date=20251220&created_hour=12&dduuid=22a4daa690561&device=0&device_type=desktop&os=Windows&ssid=5e1q4k539hl7m6h1vpg1atu4o5&t=1766204733&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7138936743ac9a53eb990a44f43a83508719f1b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();