(function() { const u = '/apps/statistics.php?aid=450519&browser=IE&created_date=20260120&created_hour=20&dduuid=a6887ab087328&device=0&device_type=desktop&os=Windows&ssid=pj0n3as61trsqd9ccn2iv0sd09&t=1768912569&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c147c5933b7ee849c31ee1bc591106e78f3cf666&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();