(function() { const u = '/apps/statistics.php?aid=113988&browser=IE&created_date=20260314&created_hour=04&dduuid=75123d765145f&device=0&device_type=desktop&os=Windows&ssid=t1ueob7fgf16ec1ein9rtnlo61&t=1773432982&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb40d2e9a42ae733d98cb5babc86e8b54286582e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();