(function() { const u = '/apps/statistics.php?aid=270879&browser=IE&created_date=20260308&created_hour=06&dduuid=f58b1c5b743a7&device=0&device_type=desktop&os=Windows&ssid=ltr31svnfv20b0qid0aoe28s0n&t=1772921995&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4220a0c00779499ca5381caa965fd7e92dc4a24f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();