(function() { const u = '/apps/statistics.php?aid=442890&browser=IE&created_date=20251221&created_hour=17&dduuid=d29e142680e8a&device=0&device_type=desktop&os=Windows&ssid=1uaah01hrggl97k57q3cdu3vbb&t=1766309358&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9b669080298f9f3a686ce52287b0119fae60e9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();