(function() { const u = '/apps/statistics.php?aid=255377&browser=IE&created_date=20260120&created_hour=08&dduuid=247d5b2ec9390&device=0&device_type=desktop&os=Windows&ssid=s3l0746emunbug4ho5co2bgglc&t=1768869968&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7dca1c1201953f89ea6350bc5aefa7791aa241e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();