(function() { const u = '/apps/statistics.php?aid=209119&browser=IE&created_date=20251228&created_hour=21&dduuid=83e0d32331985&device=0&device_type=desktop&os=Windows&ssid=8a40b6hjrs3mgirob3bos04otl&t=1766927188&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87e59a34b0da160aff7c7fa967370b912b9a2c61&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();