(function() { const u = '/apps/statistics.php?aid=423287&browser=IE&created_date=20260102&created_hour=05&dduuid=8f9c98c0cbf6c&device=0&device_type=desktop&os=Windows&ssid=ahr2rkbcqmnfsjj6buetsi0tq3&t=1767303835&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=175f7611636d7b6871993fa5db50249b5bd7b5eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();