(function() { const u = '/apps/statistics.php?aid=440707&browser=IE&created_date=20260313&created_hour=14&dduuid=a372d3f1381b3&device=0&device_type=desktop&os=Windows&ssid=nouadg83og1a1p30utp9vqu7ms&t=1773384185&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ec903a9a11617c6ffcd65ea8435fbeda3cfde42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();