(function() { const u = '/apps/statistics.php?aid=4180&browser=IE&created_date=20251126&created_hour=05&dduuid=82b31ac23925a&device=0&device_type=desktop&os=Windows&ssid=oi9qpam5b2mkgerrbeu6jeosus&t=1764106494&typeid=24&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e69c0b84792c1fb1e6fe21b08eccaca82253db75&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();