(function() { const u = '/apps/statistics.php?aid=267762&browser=IE&created_date=20260118&created_hour=11&dduuid=80cd617c95444&device=0&device_type=desktop&os=Windows&ssid=06c37gl53asa1plg1r94s5hf2q&t=1768708639&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f336b00adb2ee1ad1ac411d1467bd5b2616a266&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();