(function() { const u = '/apps/statistics.php?aid=407046&browser=IE&created_date=20260123&created_hour=05&dduuid=610cea856c8b1&device=0&device_type=desktop&os=Windows&ssid=f8c6m3d1mbilen6qtqfme7o6ev&t=1769116319&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8503feef856e0b2d384e841dccdf16c0ae094391&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();