(function() { const u = '/apps/statistics.php?aid=432065&browser=IE&created_date=20260115&created_hour=10&dduuid=eb7672c25e97f&device=0&device_type=desktop&os=Windows&ssid=rbd6tobm8r0l31hdo69as364os&t=1768445901&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2a7fd89387dc37566dfb4e2f6afdd97dbc54aed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();