(function() { const u = '/apps/statistics.php?aid=33818&browser=IE&created_date=20251219&created_hour=10&dduuid=a3938168939af&device=0&device_type=desktop&os=Windows&ssid=90ag9l5j3u3hfebc6qrihb1cvl&t=1766111078&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b12adc715e7f7ebffa6a57aeef4cea2f138e5c98&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();