(function() { const u = '/apps/statistics.php?aid=434316&browser=IE&created_date=20260317&created_hour=01&dduuid=290f552bec779&device=0&device_type=desktop&os=Windows&ssid=jtofh6kdtn0enb214c9epqp3nj&t=1773681089&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=406f1d85842b00cf62b42b665398aa1621cf9b51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();