(function() { const u = '/apps/statistics.php?aid=352382&browser=IE&created_date=20260125&created_hour=12&dduuid=ce33a222aaf94&device=0&device_type=desktop&os=Windows&ssid=q29jv3bf8bjaahdkghqe980rom&t=1769314600&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a1a01d8d8765beaf4cf14a10de5b70d0295bc3ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();