(function() { const u = '/apps/statistics.php?aid=210226&browser=IE&created_date=20251224&created_hour=06&dduuid=8f39194ba37ae&device=0&device_type=desktop&os=Windows&ssid=in63f0tst72rljdpl1dbl10jfv&t=1766528247&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d95d8ce649a199031d558aea699d42cef58137ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();