(function() { const u = '/apps/statistics.php?aid=442043&browser=IE&created_date=20260307&created_hour=13&dduuid=fd345a2316903&device=0&device_type=desktop&os=Windows&ssid=irrujl5nn01kbfplatf987ooct&t=1772861216&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea805727244e9a208cdb70ff036b482094a87e4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();