(function() { const u = '/apps/statistics.php?aid=246809&browser=IE&created_date=20260121&created_hour=03&dduuid=d98d577c341b2&device=0&device_type=desktop&os=Windows&ssid=l6qa9r3gfmin548pmod4tmn4q4&t=1768938723&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=700fb452f8c5f5b05823019fb111da860be333d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();